home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / progtool / iapl / readme < prev    next >
Text File  |  1995-11-25  |  2KB  |  39 lines

  1. ---- Atari ST port of I-APL ---------------------------------------------------
  2.  
  3. Welcome to I-APL.  The files on this disk are as follows:
  4.  
  5. IAPL.TOS    The I-APL interpreter.
  6. *.IWS        I-APL workspaces to load.
  7. *.IMD *.IXX    Additional modules for the IAPL.TOS program.
  8.  
  9. See the manual for an explanation of these files.
  10.  
  11. ---- Copyrights ---------------------------------------------------------------
  12.  
  13. The I-APL interpreter is Copyright (c) 1987,1988,1989 I-APL Ltd.
  14.  
  15. The code specific to the ST port, including the modules, is 
  16. Copyright (c) 1992 J.S.Peters.
  17.  
  18. ---- Reading ------------------------------------------------------------------
  19.  
  20. In addition to the I-APL manual, there are two other books of particular
  21. interest to I-APL users.  Both are available from I-APL Ltd:
  22.  
  23. 'An APL tutorial' by Linda Alvord and Norman Thomson.  This tutorial takes the
  24. reader through the basic concepts of APL, with many examples and applications.
  25.  
  26. 'An Encyclopedia of APL' by Garry Helzer.  This is a language reference manual,
  27. written for I-APL.  It describes each APL command and operator in detail, with
  28. many examples and discussions of important points.
  29.  
  30. ---- Bugs ---------------------------------------------------------------------
  31.  
  32. There is one known bug in the interpreter.  If you accidently swap round the
  33. left and right arguments for 'drop', IAPL.TOS may crash.  The bug comes up
  34. if a long (say, 1000-element) vector is passed as the left argument for 'drop'.
  35. Normally the longest vector you would want to pass on the left is a 7-element
  36. one, so this bug is easy to avoid once it is recognised.
  37.  
  38.                         Jim Peters, January 1992
  39.